home *** CD-ROM | disk | FTP | other *** search
- on button1 u_cast, d_cast
- puppetSprite(clickOn(), 1)
- repeat while stillDown()
- set the castNum of sprite clickOn() to the number of member d_cast
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to the number of member u_cast
- updateStage()
- puppetSprite(clickOn(), 0)
- if rollOver(clickOn()) then
- return 1
- else
- return 0
- end if
- end
-